Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentCollection<T> Class / Item Property
Zero-based index of the element to get.

In This Topic
    Item Property (ContentCollection<T>)
    In This Topic
    Gets the item at the specified index in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As T
    public T this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    Zero-based index of the element to get.

    Property Value

    The content item at the specified index in the collection.
    See Also